-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use mermaid-filter #208
Use mermaid-filter #208
Conversation
Run & review this pull request in StackBlitz Codeflow. |
"args": ["--no-sandbox", "--disable-setuid-sandbox"], | ||
"executablePath": "/usr/bin/chromium-browser" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こんな設定ファイルがあったんですね..!!
## 日本語用フォントのインストール | ||
apk add --no-cache curl fontconfig | ||
curl -O https://moji.or.jp/wp-content/ipafont/IPAexfont/IPAexfont00301.zip | ||
mkdir -p /usr/share/fonts/ipa | ||
mkdir -p /temp | ||
unzip IPAexfont00301.zip -d /temp | ||
cp /temp/IPAexfont00301/*.ttf /usr/share/fonts/ipa/ | ||
rm IPAexfont00301.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すごすぎる..!! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Artifactも確認して、出力正しいことを確認できました 💯
close #188